From 4dc8c41b11aa24edcf04b0c2f1248fa4ad58d40b Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Fri, 1 Dec 2006 13:09:30 +0000 Subject: [PATCH] Update README to reflect moved library. Signed-off-by: Ewan Mellor --- tools/libxen/README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/libxen/README b/tools/libxen/README index 4aa9450381..2dd79f46fc 100644 --- a/tools/libxen/README +++ b/tools/libxen/README @@ -44,11 +44,12 @@ The bindings depend upon libxml2, the XML toolkit from the GNOME project; the test program depends upon libcurl3 also. On Debian, you need the packages libxml2-dev and libcurl3-dev. -To compile, type make. +To compile, type make. To compile the test also, type make +test/test_bindings, remembering the additional dependency. To run the test, do -LD_LIBRARY_PATH=src ./test/test_bindings +LD_LIBRARY_PATH=. ./test/test_bindings where is the fragment of the server URL that follows the http://, for example "localhost:8005/RPC2". -- 2.30.2